home *** CD-ROM | disk | FTP | other *** search
/ Train je hersenen (Starters Editie) / Brain Training.bin / Brain Training Starters Setup.msi / _1F3303EFD7EC41B8822B106F5356D00F / 0 / RCDATA / TFRMMAIN / TFRMMAIN.txt
Text File  |  2005-11-14  |  4KB  |  220 lines

  1. object frmMain: TfrmMain
  2.   Left = 363
  3.   Top = 185
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Sudoku'
  7.   ClientHeight = 548
  8.   ClientWidth = 768
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poDefault
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnKeyDown = FormKeyDown
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object imAchtergrond: TImage
  25.     Left = 0
  26.     Top = 0
  27.     Width = 193
  28.     Height = 89
  29.     AutoSize = True
  30.   end
  31.   object imUndo: TImage
  32.     Left = 264
  33.     Top = 32
  34.     Width = 73
  35.     Height = 25
  36.     AutoSize = True
  37.     OnMouseDown = imKnopMouseDown
  38.     OnMouseUp = imKnopMouseUp
  39.   end
  40.   object imFout: TImage
  41.     Left = 264
  42.     Top = 64
  43.     Width = 73
  44.     Height = 25
  45.     AutoSize = True
  46.     OnClick = btFoutClick
  47.     OnMouseDown = imKnopMouseDown
  48.     OnMouseUp = imKnopMouseUp
  49.   end
  50.   object imHint: TImage
  51.     Left = 264
  52.     Top = 96
  53.     Width = 73
  54.     Height = 25
  55.     AutoSize = True
  56.     OnClick = btHintClick
  57.     OnMouseDown = imKnopMouseDown
  58.     OnMouseUp = imKnopMouseUp
  59.   end
  60.   object imLosOp: TImage
  61.     Left = 264
  62.     Top = 144
  63.     Width = 73
  64.     Height = 25
  65.     AutoSize = True
  66.     OnClick = btLosOpClick
  67.     OnMouseDown = imKnopMouseDown
  68.     OnMouseUp = imKnopMouseUp
  69.   end
  70.   object imVulKlaar: TImage
  71.     Left = 264
  72.     Top = 176
  73.     Width = 73
  74.     Height = 25
  75.     AutoSize = True
  76.     OnClick = btVulKlaarClick
  77.     OnMouseDown = imKnopMouseDown
  78.     OnMouseUp = imKnopMouseUp
  79.   end
  80.   object imNieuw: TImage
  81.     Left = 264
  82.     Top = 224
  83.     Width = 73
  84.     Height = 25
  85.     AutoSize = True
  86.     OnClick = btNieuwClick
  87.     OnMouseDown = imKnopMouseDown
  88.     OnMouseUp = imKnopMouseUp
  89.   end
  90.   object imOpties: TImage
  91.     Left = 264
  92.     Top = 256
  93.     Width = 73
  94.     Height = 25
  95.     AutoSize = True
  96.     OnClick = btOptiesClick
  97.     OnMouseDown = imKnopMouseDown
  98.     OnMouseUp = imKnopMouseUp
  99.   end
  100.   object imUitleg: TImage
  101.     Left = 264
  102.     Top = 288
  103.     Width = 73
  104.     Height = 25
  105.     AutoSize = True
  106.     OnClick = btUitlegClick
  107.     OnMouseDown = imKnopMouseDown
  108.     OnMouseUp = imKnopMouseUp
  109.   end
  110.   object imSluit: TImage
  111.     Left = 264
  112.     Top = 320
  113.     Width = 73
  114.     Height = 25
  115.     AutoSize = True
  116.     OnClick = btStopClick
  117.     OnMouseDown = imKnopMouseDown
  118.     OnMouseUp = imKnopMouseUp
  119.   end
  120.   object imTijdT: TImage
  121.     Left = 408
  122.     Top = 16
  123.     Width = 9
  124.     Height = 25
  125.     AutoSize = True
  126.     OnClick = btUndoClick
  127.   end
  128.   object imTijd2: TImage
  129.     Left = 400
  130.     Top = 16
  131.     Width = 9
  132.     Height = 25
  133.     AutoSize = True
  134.     OnClick = btUndoClick
  135.   end
  136.   object imTijd1: TImage
  137.     Left = 392
  138.     Top = 16
  139.     Width = 9
  140.     Height = 25
  141.     AutoSize = True
  142.     OnClick = btUndoClick
  143.   end
  144.   object imTijd3: TImage
  145.     Left = 416
  146.     Top = 16
  147.     Width = 9
  148.     Height = 25
  149.     AutoSize = True
  150.     OnClick = btUndoClick
  151.   end
  152.   object imTijd4: TImage
  153.     Left = 424
  154.     Top = 16
  155.     Width = 9
  156.     Height = 25
  157.     AutoSize = True
  158.     OnClick = btUndoClick
  159.   end
  160.   object pnMoeiExt: TPanel
  161.     Left = 14
  162.     Top = 520
  163.     Width = 739
  164.     Height = 17
  165.     BevelOuter = bvLowered
  166.     TabOrder = 0
  167.     Visible = False
  168.     object pnMoei: TPanel
  169.       Left = 1
  170.       Top = 1
  171.       Width = 737
  172.       Height = 15
  173.       BevelOuter = bvNone
  174.       Color = 16744576
  175.       TabOrder = 0
  176.     end
  177.   end
  178.   object ilKolomKnoppen: TImageList
  179.     DrawingStyle = dsTransparent
  180.     Left = 16
  181.     Top = 104
  182.   end
  183.   object ilKnoppen: TImageList
  184.     DrawingStyle = dsTransparent
  185.     Left = 48
  186.     Top = 104
  187.   end
  188.   object Timer: TTimer
  189.     Enabled = False
  190.     Interval = 200
  191.     OnTimer = TimerTimer
  192.     Left = 16
  193.     Top = 200
  194.   end
  195.   object ilTijd: TImageList
  196.     Height = 19
  197.     Width = 15
  198.     Left = 80
  199.     Top = 104
  200.   end
  201.   object ilRijKnoppen: TImageList
  202.     DrawingStyle = dsTransparent
  203.     Left = 16
  204.     Top = 136
  205.   end
  206.   object tmrMouseOver: TTimer
  207.     Interval = 10
  208.     OnTimer = tmrMouseOverTimer
  209.     Left = 16
  210.     Top = 232
  211.   end
  212.   object tmrPauze: TTimer
  213.     Enabled = False
  214.     Interval = 250
  215.     OnTimer = tmrPauzeTimer
  216.     Left = 16
  217.     Top = 264
  218.   end
  219. end
  220.